-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add(delivery file formatter) #3626
Conversation
…fixtures.py Co-authored-by: Henrik Stranneheim <[email protected]>
…fixtures.py Co-authored-by: Henrik Stranneheim <[email protected]>
Co-authored-by: Henrik Stranneheim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Leaving some comments and questions.
...rvices/file_delivery/file_formatter_service/concatenation_delivery_file_formatter_service.py
Outdated
Show resolved
Hide resolved
...rvices/file_delivery/file_formatter_service/concatenation_delivery_file_formatter_service.py
Outdated
Show resolved
Hide resolved
...rvices/file_delivery/file_formatter_service/concatenation_delivery_file_formatter_service.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/generic_delivery_file_formatter_service.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/generic_delivery_file_formatter_service.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I especially like the classes for passing the data around, it makes the implementation so much cleaner!
cg/services/file_delivery/file_formatter_service/utils/case_file_formatter.py
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/case_file_formatter.py
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/delivery_file_formatter.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/delivery_file_formatter.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_formatter.py
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_formatter.py
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/utils.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/delivery_file_formatter.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/utils.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks super nice!
cg/services/file_delivery/file_formatter_service/delivery_file_formatter.py
Outdated
Show resolved
Hide resolved
cg/services/file_delivery/file_formatter_service/utils/sample_file_concatenation_formatter.py
Show resolved
Hide resolved
tests/fixture_plugins/delivery_fixtures/delivery_formatted_files_fixtures.py
Show resolved
Hide resolved
tests/services/file_delivery/format_deliver_files_service/test_format_delivery_files_service.py
Show resolved
Hide resolved
tests/services/file_delivery/format_deliver_files_service/utils/test_formatter_utils.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Description
delivery file formatter
Added
Changed
Fixed
How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan